# Remove location

Deletes the specified location within the current account context.
            
Behavior:
- Requires portfolio management privileges
- Validates the location belongs to the account
- Removes the location and related associations
- Returns the deletion response model
- Logs the action as site deleted

Endpoint: POST /api/v1/portfolio/locations/{locationIdentifier}/remove

## Path parameters:

  - `locationIdentifier` (string, required)

## Response 200 fields (text/plain):

  - `data` (object)

  - `data.locationId` (string)

  - `data.locationName` (string,null)

  - `data.status` (object)

  - `data.status.statusId` (string)

  - `data.status.statusCode` (string,null)

  - `data.status.statusName` (string,null)

  - `data.status.statusColor` (string,null)

  - `data.buildings` (array,null)

  - `data.buildings.buildingId` (string)

  - `data.buildings.buildingName` (string,null)

  - `data.buildings.levels` (array,null)

  - `data.buildings.levels.levelId` (string)

  - `data.buildings.levels.levelName` (string,null)

  - `data.buildings.levels.cadPlans` (array,null)

  - `data.buildings.levels.cadPlans.planId` (string)

  - `data.buildings.levels.cadPlans.planType` (object)

  - `data.buildings.levels.cadPlans.planType.planTypeId` (string)

  - `data.buildings.levels.cadPlans.planType.planTypeName` (string,null)

  - `data.buildings.levels.cadPlans.planDescription` (string,null)

  - `data.buildings.levels.cadPlans.planModel` (object)

  - `data.buildings.levels.cadPlans.planModel.planModelId` (string)

  - `data.buildings.levels.cadPlans.planModel.planModelName` (string,null)

  - `data.buildings.levels.cadPlans.planFile` (object)

  - `data.buildings.levels.cadPlans.planFile.fileId` (string)

  - `data.buildings.levels.cadPlans.planFile.fileName` (string,null)

  - `data.buildings.levels.cadPlans.planFile.fileSize` (string,null)

  - `data.buildings.levels.cadPlans.planFile.currentRevisionNumber` (integer)

  - `data.buildings.levels.cadPlans.planFile.createdOn` (string,null)

  - `data.buildings.levels.cadPlans.planFile.fileSizeInBytes` (integer)

  - `data.buildings.levels.cadPlans.planFile.createdDate` (string)

  - `data.buildings.levels.cadPlans.planFile.createdBy` (string,null)

  - `data.buildings.levels.cadPlans.planFile.isLatest` (boolean)

  - `data.buildings.levels.cadPlans.revisions` (array,null)

  - `data.buildings.levels.cadPlans.revisions.fileId` (string)

  - `data.buildings.levels.cadPlans.revisions.fileName` (string,null)

  - `data.buildings.levels.cadPlans.revisions.fileSize` (string,null)

  - `data.buildings.levels.cadPlans.revisions.currentRevisionNumber` (integer)

  - `data.buildings.levels.cadPlans.revisions.createdOn` (string,null)

  - `data.buildings.levels.cadPlans.revisions.fileSizeInBytes` (integer)

  - `data.buildings.levels.cadPlans.revisions.createdDate` (string)

  - `data.buildings.levels.cadPlans.revisions.createdBy` (string,null)

  - `data.buildings.levels.cadPlans.revisions.isLatest` (boolean)

  - `data.buildings.levels.cadPlans.locationInfo` (object)

  - `data.buildings.levels.cadPlans.locationInfo.location` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.locationId` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.building` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.buildingId` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.level` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.levelId` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.room` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.roomId` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.workspace` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.workspaceId` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.spaceKey` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.spaceAssignedOn` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.spaceCategory` (object)

  - `data.buildings.levels.cadPlans.locationInfo.spaceCategory.spaceCategoryId` (string)

  - `data.buildings.levels.cadPlans.locationInfo.spaceCategory.spaceCategoryName` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.spaceCategory.spaceCategoryCode` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.roomFunction` (object)

  - `data.buildings.levels.cadPlans.locationInfo.roomFunction.roomFunctionId` (string)

  - `data.buildings.levels.cadPlans.locationInfo.roomFunction.roomFunctionName` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.spaceArea` (number,null)

  - `data.buildings.levels.cadPlans.locationInfo.levelPlanHandle` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.employeeLocationId` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.rollBackInfo` (object)

  - `data.buildings.levels.cadPlans.locationInfo.rollBackInfo.isRollBack` (boolean)

  - `data.buildings.levels.cadPlans.locationInfo.rollBackInfo.rollBackType` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.rollBackInfo.employeeLocationId` (string)

  - `data.buildings.levels.cadPlans.locationInfo.rollBackInfo.comments` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.levelPlanId` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.planFile` (object)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.fileId` (string)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.fileName` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.fileSize` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.currentRevisionNumber` (integer)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.createdOn` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.fileSizeInBytes` (integer)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.createdDate` (string)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.createdBy` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.planFile.isLatest` (boolean)

  - `data.buildings.levels.cadPlans.locationInfo.cadPlanCoordinates` (array,null)

  - `data.buildings.levels.cadPlans.locationInfo.spaceAssignedOnDateTimeFormat` (string,null)

  - `data.buildings.levels.cadPlans.locationInfo.svgPlanAdded` (boolean)

  - `data.buildings.levels.cadPlans.assetIds` (array,null)

  - `data.buildings.levels.cadPlans.svgPlanAdded` (boolean)

  - `data.buildings.levels.cadPlans.responseDescription` (string,null)

  - `data.buildings.levels.cadPlans.hasAnyRevisions` (boolean)

  - `data.buildings.levels.cadPlans.isPlanRemoved` (boolean)

  - `data.buildings.levels.cadPlans.responseMessage` (string,null)

  - `data.buildings.levels.cadPlans.isCadPlanExist` (boolean)

  - `data.buildings.levels.spaceDetail` (object)

  - `data.buildings.levels.spaceDetail.numberOfDepartments` (integer)

  - `data.buildings.levels.spaceDetail.totalArea` (number)

  - `data.buildings.levels.spaceDetail.usableArea` (number)

  - `data.buildings.levels.spaceDetail.occupied` (integer)

  - `data.buildings.levels.spaceDetail.vacant` (integer)

  - `data.buildings.levels.orgUnitInfo` (array,null)

  - `data.buildings.levels.orgUnitInfo.orgUnitId` (string,null)

  - `data.buildings.levels.orgUnitInfo.orgUnitName` (string,null)

  - `data.buildings.levels.orgUnitInfo.employeeCount` (integer)

  - `data.buildings.levels.orgUnitInfo.levelId` (integer)

  - `data.buildings.levels.orgUnitInfo.orgUnitCode` (string,null)

  - `data.buildings.levels.status` (object)

  - `data.buildings.levels.status.statusId` (string)

  - `data.buildings.levels.status.statusCode` (string,null)

  - `data.buildings.levels.status.statusName` (string,null)

  - `data.buildings.levels.status.statusColor` (string,null)

  - `data.buildings.buildingPlans` (array,null)

  - `data.buildings.buildingPlans.planId` (string)

  - `data.buildings.buildingPlans.planType` (object)

  - `data.buildings.buildingPlans.planType.planTypeId` (string)

  - `data.buildings.buildingPlans.planType.planTypeName` (string,null)

  - `data.buildings.buildingPlans.planDescription` (string,null)

  - `data.buildings.buildingPlans.planModel` (object)

  - `data.buildings.buildingPlans.planModel.planModelId` (string)

  - `data.buildings.buildingPlans.planModel.planModelName` (string,null)

  - `data.buildings.buildingPlans.planFile` (object)

  - `data.buildings.buildingPlans.planFile.fileId` (string)

  - `data.buildings.buildingPlans.planFile.fileName` (string,null)

  - `data.buildings.buildingPlans.planFile.fileSize` (string,null)

  - `data.buildings.buildingPlans.planFile.currentRevisionNumber` (integer)

  - `data.buildings.buildingPlans.planFile.createdOn` (string,null)

  - `data.buildings.buildingPlans.planFile.fileSizeInBytes` (integer)

  - `data.buildings.buildingPlans.planFile.createdDate` (string)

  - `data.buildings.buildingPlans.planFile.createdBy` (string,null)

  - `data.buildings.buildingPlans.planFile.isLatest` (boolean)

  - `data.buildings.buildingPlans.revisions` (array,null)

  - `data.buildings.buildingPlans.revisions.fileId` (string)

  - `data.buildings.buildingPlans.revisions.fileName` (string,null)

  - `data.buildings.buildingPlans.revisions.fileSize` (string,null)

  - `data.buildings.buildingPlans.revisions.currentRevisionNumber` (integer)

  - `data.buildings.buildingPlans.revisions.createdOn` (string,null)

  - `data.buildings.buildingPlans.revisions.fileSizeInBytes` (integer)

  - `data.buildings.buildingPlans.revisions.createdDate` (string)

  - `data.buildings.buildingPlans.revisions.createdBy` (string,null)

  - `data.buildings.buildingPlans.revisions.isLatest` (boolean)

  - `data.buildings.buildingPlans.locationInfo` (object)

  - `data.buildings.buildingPlans.locationInfo.location` (string,null)

  - `data.buildings.buildingPlans.locationInfo.locationId` (string,null)

  - `data.buildings.buildingPlans.locationInfo.building` (string,null)

  - `data.buildings.buildingPlans.locationInfo.buildingId` (string,null)

  - `data.buildings.buildingPlans.locationInfo.level` (string,null)

  - `data.buildings.buildingPlans.locationInfo.levelId` (string,null)

  - `data.buildings.buildingPlans.locationInfo.room` (string,null)

  - `data.buildings.buildingPlans.locationInfo.roomId` (string,null)

  - `data.buildings.buildingPlans.locationInfo.workspace` (string,null)

  - `data.buildings.buildingPlans.locationInfo.workspaceId` (string,null)

  - `data.buildings.buildingPlans.locationInfo.spaceKey` (string,null)

  - `data.buildings.buildingPlans.locationInfo.spaceAssignedOn` (string,null)

  - `data.buildings.buildingPlans.locationInfo.spaceCategory` (object)

  - `data.buildings.buildingPlans.locationInfo.spaceCategory.spaceCategoryId` (string)

  - `data.buildings.buildingPlans.locationInfo.spaceCategory.spaceCategoryName` (string,null)

  - `data.buildings.buildingPlans.locationInfo.spaceCategory.spaceCategoryCode` (string,null)

  - `data.buildings.buildingPlans.locationInfo.roomFunction` (object)

  - `data.buildings.buildingPlans.locationInfo.roomFunction.roomFunctionId` (string)

  - `data.buildings.buildingPlans.locationInfo.roomFunction.roomFunctionName` (string,null)

  - `data.buildings.buildingPlans.locationInfo.spaceArea` (number,null)

  - `data.buildings.buildingPlans.locationInfo.levelPlanHandle` (string,null)

  - `data.buildings.buildingPlans.locationInfo.employeeLocationId` (string,null)

  - `data.buildings.buildingPlans.locationInfo.rollBackInfo` (object)

  - `data.buildings.buildingPlans.locationInfo.rollBackInfo.isRollBack` (boolean)

  - `data.buildings.buildingPlans.locationInfo.rollBackInfo.rollBackType` (string,null)

  - `data.buildings.buildingPlans.locationInfo.rollBackInfo.employeeLocationId` (string)

  - `data.buildings.buildingPlans.locationInfo.rollBackInfo.comments` (string,null)

  - `data.buildings.buildingPlans.locationInfo.levelPlanId` (string,null)

  - `data.buildings.buildingPlans.locationInfo.planFile` (object)

  - `data.buildings.buildingPlans.locationInfo.planFile.fileId` (string)

  - `data.buildings.buildingPlans.locationInfo.planFile.fileName` (string,null)

  - `data.buildings.buildingPlans.locationInfo.planFile.fileSize` (string,null)

  - `data.buildings.buildingPlans.locationInfo.planFile.currentRevisionNumber` (integer)

  - `data.buildings.buildingPlans.locationInfo.planFile.createdOn` (string,null)

  - `data.buildings.buildingPlans.locationInfo.planFile.fileSizeInBytes` (integer)

  - `data.buildings.buildingPlans.locationInfo.planFile.createdDate` (string)

  - `data.buildings.buildingPlans.locationInfo.planFile.createdBy` (string,null)

  - `data.buildings.buildingPlans.locationInfo.planFile.isLatest` (boolean)

  - `data.buildings.buildingPlans.locationInfo.cadPlanCoordinates` (array,null)

  - `data.buildings.buildingPlans.locationInfo.spaceAssignedOnDateTimeFormat` (string,null)

  - `data.buildings.buildingPlans.locationInfo.svgPlanAdded` (boolean)

  - `data.buildings.buildingPlans.assetIds` (array,null)

  - `data.buildings.buildingPlans.svgPlanAdded` (boolean)

  - `data.buildings.buildingPlans.responseDescription` (string,null)

  - `data.buildings.buildingPlans.hasAnyRevisions` (boolean)

  - `data.buildings.buildingPlans.isPlanRemoved` (boolean)

  - `data.buildings.buildingPlans.responseMessage` (string,null)

  - `data.buildings.buildingPlans.isCadPlanExist` (boolean)

  - `data.buildings.buildingType` (string,null)

  - `data.buildings.cadPlans` (array,null)

  - `data.buildings.cadPlans.planId` (string)

  - `data.buildings.cadPlans.planType` (object)

  - `data.buildings.cadPlans.planType.planTypeId` (string)

  - `data.buildings.cadPlans.planType.planTypeName` (string,null)

  - `data.buildings.cadPlans.planDescription` (string,null)

  - `data.buildings.cadPlans.planModel` (object)

  - `data.buildings.cadPlans.planModel.planModelId` (string)

  - `data.buildings.cadPlans.planModel.planModelName` (string,null)

  - `data.buildings.cadPlans.planFile` (object)

  - `data.buildings.cadPlans.planFile.fileId` (string)

  - `data.buildings.cadPlans.planFile.fileName` (string,null)

  - `data.buildings.cadPlans.planFile.fileSize` (string,null)

  - `data.buildings.cadPlans.planFile.currentRevisionNumber` (integer)

  - `data.buildings.cadPlans.planFile.createdOn` (string,null)

  - `data.buildings.cadPlans.planFile.fileSizeInBytes` (integer)

  - `data.buildings.cadPlans.planFile.createdDate` (string)

  - `data.buildings.cadPlans.planFile.createdBy` (string,null)

  - `data.buildings.cadPlans.planFile.isLatest` (boolean)

  - `data.buildings.cadPlans.revisions` (array,null)

  - `data.buildings.cadPlans.revisions.fileId` (string)

  - `data.buildings.cadPlans.revisions.fileName` (string,null)

  - `data.buildings.cadPlans.revisions.fileSize` (string,null)

  - `data.buildings.cadPlans.revisions.currentRevisionNumber` (integer)

  - `data.buildings.cadPlans.revisions.createdOn` (string,null)

  - `data.buildings.cadPlans.revisions.fileSizeInBytes` (integer)

  - `data.buildings.cadPlans.revisions.createdDate` (string)

  - `data.buildings.cadPlans.revisions.createdBy` (string,null)

  - `data.buildings.cadPlans.revisions.isLatest` (boolean)

  - `data.buildings.cadPlans.locationInfo` (object)

  - `data.buildings.cadPlans.locationInfo.location` (string,null)

  - `data.buildings.cadPlans.locationInfo.locationId` (string,null)

  - `data.buildings.cadPlans.locationInfo.building` (string,null)

  - `data.buildings.cadPlans.locationInfo.buildingId` (string,null)

  - `data.buildings.cadPlans.locationInfo.level` (string,null)

  - `data.buildings.cadPlans.locationInfo.levelId` (string,null)

  - `data.buildings.cadPlans.locationInfo.room` (string,null)

  - `data.buildings.cadPlans.locationInfo.roomId` (string,null)

  - `data.buildings.cadPlans.locationInfo.workspace` (string,null)

  - `data.buildings.cadPlans.locationInfo.workspaceId` (string,null)

  - `data.buildings.cadPlans.locationInfo.spaceKey` (string,null)

  - `data.buildings.cadPlans.locationInfo.spaceAssignedOn` (string,null)

  - `data.buildings.cadPlans.locationInfo.spaceCategory` (object)

  - `data.buildings.cadPlans.locationInfo.spaceCategory.spaceCategoryId` (string)

  - `data.buildings.cadPlans.locationInfo.spaceCategory.spaceCategoryName` (string,null)

  - `data.buildings.cadPlans.locationInfo.spaceCategory.spaceCategoryCode` (string,null)

  - `data.buildings.cadPlans.locationInfo.roomFunction` (object)

  - `data.buildings.cadPlans.locationInfo.roomFunction.roomFunctionId` (string)

  - `data.buildings.cadPlans.locationInfo.roomFunction.roomFunctionName` (string,null)

  - `data.buildings.cadPlans.locationInfo.spaceArea` (number,null)

  - `data.buildings.cadPlans.locationInfo.levelPlanHandle` (string,null)

  - `data.buildings.cadPlans.locationInfo.employeeLocationId` (string,null)

  - `data.buildings.cadPlans.locationInfo.rollBackInfo` (object)

  - `data.buildings.cadPlans.locationInfo.rollBackInfo.isRollBack` (boolean)

  - `data.buildings.cadPlans.locationInfo.rollBackInfo.rollBackType` (string,null)

  - `data.buildings.cadPlans.locationInfo.rollBackInfo.employeeLocationId` (string)

  - `data.buildings.cadPlans.locationInfo.rollBackInfo.comments` (string,null)

  - `data.buildings.cadPlans.locationInfo.levelPlanId` (string,null)

  - `data.buildings.cadPlans.locationInfo.planFile` (object)

  - `data.buildings.cadPlans.locationInfo.planFile.fileId` (string)

  - `data.buildings.cadPlans.locationInfo.planFile.fileName` (string,null)

  - `data.buildings.cadPlans.locationInfo.planFile.fileSize` (string,null)

  - `data.buildings.cadPlans.locationInfo.planFile.currentRevisionNumber` (integer)

  - `data.buildings.cadPlans.locationInfo.planFile.createdOn` (string,null)

  - `data.buildings.cadPlans.locationInfo.planFile.fileSizeInBytes` (integer)

  - `data.buildings.cadPlans.locationInfo.planFile.createdDate` (string)

  - `data.buildings.cadPlans.locationInfo.planFile.createdBy` (string,null)

  - `data.buildings.cadPlans.locationInfo.planFile.isLatest` (boolean)

  - `data.buildings.cadPlans.locationInfo.cadPlanCoordinates` (array,null)

  - `data.buildings.cadPlans.locationInfo.spaceAssignedOnDateTimeFormat` (string,null)

  - `data.buildings.cadPlans.locationInfo.svgPlanAdded` (boolean)

  - `data.buildings.cadPlans.assetIds` (array,null)

  - `data.buildings.cadPlans.svgPlanAdded` (boolean)

  - `data.buildings.cadPlans.responseDescription` (string,null)

  - `data.buildings.cadPlans.hasAnyRevisions` (boolean)

  - `data.buildings.cadPlans.isPlanRemoved` (boolean)

  - `data.buildings.cadPlans.responseMessage` (string,null)

  - `data.buildings.cadPlans.isCadPlanExist` (boolean)

  - `data.buildings.location` (object)

  - `data.buildings.location.type` (string,null)

  - `data.buildings.location.features` (array,null)

  - `data.buildings.location.features.type` (string,null)

  - `data.buildings.location.features.id` (integer)

  - `data.buildings.location.features.properties` (object,null)

  - `data.buildings.location.features.geometry` (object,null)

  - `data.buildings.spaceDetail` (object)

  - `data.buildings.spaceDetail.numberOfDepartments` (integer)

  - `data.buildings.spaceDetail.totalArea` (number)

  - `data.buildings.spaceDetail.usableArea` (number)

  - `data.buildings.spaceDetail.occupied` (integer)

  - `data.buildings.spaceDetail.vacant` (integer)

  - `data.buildings.status` (object)

  - `data.buildings.status.statusId` (string)

  - `data.buildings.status.statusCode` (string,null)

  - `data.buildings.status.statusName` (string,null)

  - `data.buildings.status.statusColor` (string,null)

  - `data.buildings.responseDescription` (string,null)

  - `data.buildings.latLong` (array,null)

  - `data.buildings.latitude` (number,null)

  - `data.buildings.longitude` (number,null)

  - `data.buildingPlans` (array,null)

  - `data.buildingPlans.planId` (string)

  - `data.buildingPlans.planType` (object)

  - `data.buildingPlans.planType.planTypeId` (string)

  - `data.buildingPlans.planType.planTypeName` (string,null)

  - `data.buildingPlans.planDescription` (string,null)

  - `data.buildingPlans.planModel` (object)

  - `data.buildingPlans.planModel.planModelId` (string)

  - `data.buildingPlans.planModel.planModelName` (string,null)

  - `data.buildingPlans.planFile` (object)

  - `data.buildingPlans.planFile.fileId` (string)

  - `data.buildingPlans.planFile.fileName` (string,null)

  - `data.buildingPlans.planFile.fileSize` (string,null)

  - `data.buildingPlans.planFile.currentRevisionNumber` (integer)

  - `data.buildingPlans.planFile.createdOn` (string,null)

  - `data.buildingPlans.planFile.fileSizeInBytes` (integer)

  - `data.buildingPlans.planFile.createdDate` (string)

  - `data.buildingPlans.planFile.createdBy` (string,null)

  - `data.buildingPlans.planFile.isLatest` (boolean)

  - `data.buildingPlans.revisions` (array,null)

  - `data.buildingPlans.revisions.fileId` (string)

  - `data.buildingPlans.revisions.fileName` (string,null)

  - `data.buildingPlans.revisions.fileSize` (string,null)

  - `data.buildingPlans.revisions.currentRevisionNumber` (integer)

  - `data.buildingPlans.revisions.createdOn` (string,null)

  - `data.buildingPlans.revisions.fileSizeInBytes` (integer)

  - `data.buildingPlans.revisions.createdDate` (string)

  - `data.buildingPlans.revisions.createdBy` (string,null)

  - `data.buildingPlans.revisions.isLatest` (boolean)

  - `data.buildingPlans.locationInfo` (object)

  - `data.buildingPlans.locationInfo.location` (string,null)

  - `data.buildingPlans.locationInfo.locationId` (string,null)

  - `data.buildingPlans.locationInfo.building` (string,null)

  - `data.buildingPlans.locationInfo.buildingId` (string,null)

  - `data.buildingPlans.locationInfo.level` (string,null)

  - `data.buildingPlans.locationInfo.levelId` (string,null)

  - `data.buildingPlans.locationInfo.room` (string,null)

  - `data.buildingPlans.locationInfo.roomId` (string,null)

  - `data.buildingPlans.locationInfo.workspace` (string,null)

  - `data.buildingPlans.locationInfo.workspaceId` (string,null)

  - `data.buildingPlans.locationInfo.spaceKey` (string,null)

  - `data.buildingPlans.locationInfo.spaceAssignedOn` (string,null)

  - `data.buildingPlans.locationInfo.spaceCategory` (object)

  - `data.buildingPlans.locationInfo.spaceCategory.spaceCategoryId` (string)

  - `data.buildingPlans.locationInfo.spaceCategory.spaceCategoryName` (string,null)

  - `data.buildingPlans.locationInfo.spaceCategory.spaceCategoryCode` (string,null)

  - `data.buildingPlans.locationInfo.roomFunction` (object)

  - `data.buildingPlans.locationInfo.roomFunction.roomFunctionId` (string)

  - `data.buildingPlans.locationInfo.roomFunction.roomFunctionName` (string,null)

  - `data.buildingPlans.locationInfo.spaceArea` (number,null)

  - `data.buildingPlans.locationInfo.levelPlanHandle` (string,null)

  - `data.buildingPlans.locationInfo.employeeLocationId` (string,null)

  - `data.buildingPlans.locationInfo.rollBackInfo` (object)

  - `data.buildingPlans.locationInfo.rollBackInfo.isRollBack` (boolean)

  - `data.buildingPlans.locationInfo.rollBackInfo.rollBackType` (string,null)

  - `data.buildingPlans.locationInfo.rollBackInfo.employeeLocationId` (string)

  - `data.buildingPlans.locationInfo.rollBackInfo.comments` (string,null)

  - `data.buildingPlans.locationInfo.levelPlanId` (string,null)

  - `data.buildingPlans.locationInfo.planFile` (object)

  - `data.buildingPlans.locationInfo.planFile.fileId` (string)

  - `data.buildingPlans.locationInfo.planFile.fileName` (string,null)

  - `data.buildingPlans.locationInfo.planFile.fileSize` (string,null)

  - `data.buildingPlans.locationInfo.planFile.currentRevisionNumber` (integer)

  - `data.buildingPlans.locationInfo.planFile.createdOn` (string,null)

  - `data.buildingPlans.locationInfo.planFile.fileSizeInBytes` (integer)

  - `data.buildingPlans.locationInfo.planFile.createdDate` (string)

  - `data.buildingPlans.locationInfo.planFile.createdBy` (string,null)

  - `data.buildingPlans.locationInfo.planFile.isLatest` (boolean)

  - `data.buildingPlans.locationInfo.cadPlanCoordinates` (array,null)

  - `data.buildingPlans.locationInfo.spaceAssignedOnDateTimeFormat` (string,null)

  - `data.buildingPlans.locationInfo.svgPlanAdded` (boolean)

  - `data.buildingPlans.assetIds` (array,null)

  - `data.buildingPlans.svgPlanAdded` (boolean)

  - `data.buildingPlans.responseDescription` (string,null)

  - `data.buildingPlans.hasAnyRevisions` (boolean)

  - `data.buildingPlans.isPlanRemoved` (boolean)

  - `data.buildingPlans.responseMessage` (string,null)

  - `data.buildingPlans.isCadPlanExist` (boolean)

  - `data.location` (object)

  - `data.location.type` (string,null)

  - `data.location.features` (array,null)

  - `data.location.features.type` (string,null)

  - `data.location.features.id` (integer)

  - `data.location.features.properties` (object,null)

  - `data.location.features.geometry` (object,null)

  - `data.cadPlans` (array,null)

  - `data.cadPlans.planId` (string)

  - `data.cadPlans.planType` (object)

  - `data.cadPlans.planType.planTypeId` (string)

  - `data.cadPlans.planType.planTypeName` (string,null)

  - `data.cadPlans.planDescription` (string,null)

  - `data.cadPlans.planModel` (object)

  - `data.cadPlans.planModel.planModelId` (string)

  - `data.cadPlans.planModel.planModelName` (string,null)

  - `data.cadPlans.planFile` (object)

  - `data.cadPlans.planFile.fileId` (string)

  - `data.cadPlans.planFile.fileName` (string,null)

  - `data.cadPlans.planFile.fileSize` (string,null)

  - `data.cadPlans.planFile.currentRevisionNumber` (integer)

  - `data.cadPlans.planFile.createdOn` (string,null)

  - `data.cadPlans.planFile.fileSizeInBytes` (integer)

  - `data.cadPlans.planFile.createdDate` (string)

  - `data.cadPlans.planFile.createdBy` (string,null)

  - `data.cadPlans.planFile.isLatest` (boolean)

  - `data.cadPlans.revisions` (array,null)

  - `data.cadPlans.revisions.fileId` (string)

  - `data.cadPlans.revisions.fileName` (string,null)

  - `data.cadPlans.revisions.fileSize` (string,null)

  - `data.cadPlans.revisions.currentRevisionNumber` (integer)

  - `data.cadPlans.revisions.createdOn` (string,null)

  - `data.cadPlans.revisions.fileSizeInBytes` (integer)

  - `data.cadPlans.revisions.createdDate` (string)

  - `data.cadPlans.revisions.createdBy` (string,null)

  - `data.cadPlans.revisions.isLatest` (boolean)

  - `data.cadPlans.locationInfo` (object)

  - `data.cadPlans.locationInfo.location` (string,null)

  - `data.cadPlans.locationInfo.locationId` (string,null)

  - `data.cadPlans.locationInfo.building` (string,null)

  - `data.cadPlans.locationInfo.buildingId` (string,null)

  - `data.cadPlans.locationInfo.level` (string,null)

  - `data.cadPlans.locationInfo.levelId` (string,null)

  - `data.cadPlans.locationInfo.room` (string,null)

  - `data.cadPlans.locationInfo.roomId` (string,null)

  - `data.cadPlans.locationInfo.workspace` (string,null)

  - `data.cadPlans.locationInfo.workspaceId` (string,null)

  - `data.cadPlans.locationInfo.spaceKey` (string,null)

  - `data.cadPlans.locationInfo.spaceAssignedOn` (string,null)

  - `data.cadPlans.locationInfo.spaceCategory` (object)

  - `data.cadPlans.locationInfo.spaceCategory.spaceCategoryId` (string)

  - `data.cadPlans.locationInfo.spaceCategory.spaceCategoryName` (string,null)

  - `data.cadPlans.locationInfo.spaceCategory.spaceCategoryCode` (string,null)

  - `data.cadPlans.locationInfo.roomFunction` (object)

  - `data.cadPlans.locationInfo.roomFunction.roomFunctionId` (string)

  - `data.cadPlans.locationInfo.roomFunction.roomFunctionName` (string,null)

  - `data.cadPlans.locationInfo.spaceArea` (number,null)

  - `data.cadPlans.locationInfo.levelPlanHandle` (string,null)

  - `data.cadPlans.locationInfo.employeeLocationId` (string,null)

  - `data.cadPlans.locationInfo.rollBackInfo` (object)

  - `data.cadPlans.locationInfo.rollBackInfo.isRollBack` (boolean)

  - `data.cadPlans.locationInfo.rollBackInfo.rollBackType` (string,null)

  - `data.cadPlans.locationInfo.rollBackInfo.employeeLocationId` (string)

  - `data.cadPlans.locationInfo.rollBackInfo.comments` (string,null)

  - `data.cadPlans.locationInfo.levelPlanId` (string,null)

  - `data.cadPlans.locationInfo.planFile` (object)

  - `data.cadPlans.locationInfo.planFile.fileId` (string)

  - `data.cadPlans.locationInfo.planFile.fileName` (string,null)

  - `data.cadPlans.locationInfo.planFile.fileSize` (string,null)

  - `data.cadPlans.locationInfo.planFile.currentRevisionNumber` (integer)

  - `data.cadPlans.locationInfo.planFile.createdOn` (string,null)

  - `data.cadPlans.locationInfo.planFile.fileSizeInBytes` (integer)

  - `data.cadPlans.locationInfo.planFile.createdDate` (string)

  - `data.cadPlans.locationInfo.planFile.createdBy` (string,null)

  - `data.cadPlans.locationInfo.planFile.isLatest` (boolean)

  - `data.cadPlans.locationInfo.cadPlanCoordinates` (array,null)

  - `data.cadPlans.locationInfo.spaceAssignedOnDateTimeFormat` (string,null)

  - `data.cadPlans.locationInfo.svgPlanAdded` (boolean)

  - `data.cadPlans.assetIds` (array,null)

  - `data.cadPlans.svgPlanAdded` (boolean)

  - `data.cadPlans.responseDescription` (string,null)

  - `data.cadPlans.hasAnyRevisions` (boolean)

  - `data.cadPlans.isPlanRemoved` (boolean)

  - `data.cadPlans.responseMessage` (string,null)

  - `data.cadPlans.isCadPlanExist` (boolean)

  - `data.spaceDetail` (object)

  - `data.spaceDetail.numberOfDepartments` (integer)

  - `data.spaceDetail.totalArea` (number)

  - `data.spaceDetail.usableArea` (number)

  - `data.spaceDetail.occupied` (integer)

  - `data.spaceDetail.vacant` (integer)

  - `data.responseDescription` (string,null)

  - `data.latitude` (number,null)

  - `data.longitude` (number,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


